home *** CD-ROM | disk | FTP | other *** search
/ Aminet 49 / Aminet 49 (2002)(GTI - Schatztruhe)[!][Jun 2002].iso / Aminet / dev / gg / codeblue-amiga.readme < prev    next >
Encoding:
Text File  |  2002-04-14  |  2.1 KB  |  61 lines

  1. Short:    CodeBlue scans Apache access logs for Worm Virus infected requests
  2. Author:   mystic@tenebrous.com
  3. Type:     dev/gg
  4. Uploaded: louise@louise.amiga.hu (LouiSe)
  5.  
  6. Ported by LouiSe
  7.  
  8. more info and other AMIGA ports at:
  9. http://louise.amiga.hu
  10.  
  11. -----------------------------------------
  12.  
  13. CodeBlue is a simple program that aims to increase the awareness
  14. of hosts infected with notorious worms 
  15. by emailing the victimized hosts with warnings of their infection.
  16.  
  17. Copyright(c) 2001 Michael (mystic@tenebrous.com)
  18. Licensed under the GNU/GPL
  19.  
  20.  
  21. HOW IT WORKS:
  22. -------------
  23. CodeBlue scans an Apache access log file specified at the command line,
  24. and sends an email to worm-infected hosts, warning them that they may be 
  25. infected, and what URLs to visit for further information. All transactions are logged
  26. to a logfile. Optionally, CodeBlue can query the Nimda Registry database at worm.jungnickel.com 
  27. and submit each infected host.
  28. -------------------------------------------------------------------------------------------
  29.  
  30.  
  31. HOW TO COMPILE:
  32. ---------------
  33. From the codeblue source directory, simply type:
  34. make
  35.  
  36. You may also type `make install` if you wish the binary to be installed to /usr/local/sbin/,
  37. otherwise simply run codeblue from the source directory.
  38. -------------------------------------------------------------------------------------------
  39.  
  40.  
  41. HOW TO USE:
  42. -----------
  43.  
  44. The syntax is:
  45. ./codeblue [options] <apache-access-log>
  46.  
  47. Options can be any of the following:
  48.  
  49. -e <email-addy> - This specifies the return-to address for each email. 
  50.                   The default is postmaster@yourhost
  51. -q              - When specified, CodeBlue will query the Nimda Registry
  52.                   at worm.jungnickel.com and add each infected host to their database.
  53. --help          - Prints out the help menu and exits
  54.  
  55. -------------------------------------------------------------------------------------------
  56.  
  57. S P E C I A L  T H A N K S:
  58. ---------------------------
  59. Thank you to all who have given their feedback on CodeBlue. You know who you are.
  60. A special "THANKS" goes to Jan Jungnickel (www.jungnickel.com) for their support.
  61.